home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl580 / booksf1j.lzh / CY2FLOPY.BAT next >
DOS Batch File  |  1992-07-11  |  4KB  |  71 lines

  1. Echo off
  2. goto :start
  3.  
  4.                 SCIENTIFIC SPECIALISTS, COPYRIGHT (C) 1991-1992.
  5.  
  6.     Welcome to those who want to look at a batch file before running it. 
  7.     That's OK. This one allows choice of drives and copies 4 zipped and 7
  8.     other files from a hard disk to any size floppy disk(s). It's for files
  9.     from BBS's, or when you want to make copies for other people. Then, 
  10.     INSTALL runs from floppies. The other files just support it.
  11.     
  12.     That's it, no sneaky changes to your root files.  No fooling with your
  13.     PATH or environment. So, run INSTALL and it'll do it all for you. You
  14.     can abort, too. 
  15.  
  16.     If you downloaded from a BBS, LAN, or other modem setup, you may wish to
  17.     make a set of floppies.  A list of all files here tells which go where.
  18.     If you want to back up or make a set for someone else, or to distribute
  19.     them as shareware, put all the files in one directory and use this file
  20.     CY2FLOPY.bat from the hard disk. It calls HD2FLOPY and copies them all.
  21.     When done, Install.exe runs from ANY of the following combinations:
  22.  
  23.        * One 5¼" 1.2mb disk with all 11 files on it, or
  24.        * One 3½" 1.4mb disk with all 11 files on it, or
  25.        * Two 3½" 720kb disks with 9 files on Disk 1,
  26.                  and 2 Zipsoft files on Disk 2, or
  27.        * Four 5¼" 360kb disks, with 8 files on Disk 1,
  28.                   and one file each on Disks 2, 3, and 4, or
  29.        * Any hard disk drive subdirectory with all these 11 files:
  30.  
  31.    1  README.BAT    Run this file first.
  32.    2  INSTALL.COM   Run from floppy OR hard drive.
  33.    3  SUPPLBAT.COM  color worker
  34.    4  DRIVE.COM     Does most of the work.
  35.    5  CY2FLOPY.BAT  Used to copy downloaded files to floppies.
  36.    6  HD2FLOPY.COM  (Supports the above file.)
  37.    7  X!.COM        Worker
  38.    8  ZIPSOFT1.EXE  \
  39.    9  ZIPSOFT2.EXE   \____ » These are the four self-extracting files that
  40.   10  ZIPSOFT3.EXE   /       contain all the 23 self-displaying book files.
  41.   11  ZIPSOFT4.EXE /         Has a nice "point & shoot" file menu selector.
  42.  
  43. :start
  44. cls
  45. echo.
  46. echo                       AUTO COPY TO FLOPPY PROGRAM
  47. echo.
  48. echo   This is CY2FLOPY.bat (copy to floppy) batch file.  It's for users who
  49. echo   got their BOOKSOFT files from bulletin boards, or have them on a hard
  50. echo   disk drive without distribution floppies.  It copies the 11 files to
  51. echo   floppies.  And, if you want, then deletes them from your hard drive.
  52. echo   You will need one high-density diskette of either size (3½" or 5¼"),
  53. echo   or two 720kb 3½" disks, or four 360kb 5¼" (all blank formatted disks.)
  54. echo.
  55. echo   You enter the HD2FLOPY (Hard Drive to floppy) followed by a SPACE, and
  56. echo   the drive LETTER of the target floppy drive, A or B.  You do this from
  57. echo   the directory where the 11 distribution files are now located. That's
  58. echo   probably this one. The target is where your blank disk(s) are placed.
  59. echo   EXAMPLES; note, don't add a colon or \ after the target floppy drive:
  60. echo.
  61. echo        »    d:\temp\hd2flopy a       »    C:\BOOKSOFT\HD2FLOPY B
  62. echo.
  63. echo   The first example above will copy the files from D:\TEMP subdirectory
  64. echo   to floppy drive A.  The second will copy the 11 files from C:\BOOKSOFT
  65. echo   subdirectory to floppy drive B. Check your entry against these examples.
  66. echo.
  67. echo   If you need to prepare for this operation, press CNTRL-BREAK keys now.
  68. echo   Or, press the SPACE BAR now, then type your entry, and press ENTER.
  69. echo.
  70. pause > nul
  71.